home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 1 / ee2.zip / EE.DOC next >
Text File  |  1987-05-31  |  2KB  |  39 lines

  1.                        EE2.COM
  2.                   ENVIRONMENT EDITOR
  3.  
  4. Two years ago in the spring of 1985 I wrote the original EE.COM
  5. which was a full screen editor for the environment area. I was
  6. recently asked to revive it and update it for DOS 3.x. The orginal
  7. used a sort of klutzy way of finding the environment and I have tried
  8. to improve on that for this edition. I have also made provisions to
  9. edit lines longer than 80 bytes. The rest of the program is vintage
  10. code from 1985. I have recently seen programs which use .BAT files
  11. to update the environment. EE2 is the real thing. This does it direct.
  12.  
  13.     What is the environment? Its an area reserved by DOS to keep
  14. important information such as the PATH and the COMSPEC and a bunch
  15. of other stuff that you skipped over in the DOS manual. It is a
  16. pain in the neck to temporarily add a path or to change the spelling
  17. in a path you spelled wrong. You may want to change some environment
  18. type "SET" stuff that a progam needs. DOS keeps a master copy of the
  19. environment down near its heart which it clones for you. This program
  20. attempts to find the master copy. After you change the master, DOS
  21. will clone the changed environment in the future. If you have used
  22. a "RUN" or "SYSTEM" or "SHELL" type command, you have involked a
  23. second COMMAND.COM with its own cloned copy of the Environment. If you
  24. change the master copy, the second command processor still has the
  25. clone copy and doesn't know about the changes. This will expalin
  26. why sometimes EE2.COM does not appear to work right away. This is
  27. all very "Techie" and I don't know all the in's and outs of the
  28. environment. The thing works for me.
  29. I always thought this was a neat program, but it never got around.
  30. Perhaps my strong warning against messing with the environment
  31. scared people off. This version is pretty benign, despite the
  32. warning. I have not gotten it to crash yet, but I have not been
  33. trying too hard. Please report any problems.
  34.  
  35.                  Keith P. Graham
  36.                  238 Germonds Road
  37.                  W. Nyack, NY 10994
  38.  
  39.